Skip to content

Remember Spring Symbols dialog scope - #1955

Open
ziplla wants to merge 1 commit into
spring-projects:mainfrom
ziplla:fix/gh-1423-remember-the-scope-in-the-sp-4
Open

Remember Spring Symbols dialog scope#1955
ziplla wants to merge 1 commit into
spring-projects:mainfrom
ziplla:fix/gh-1423-remember-the-scope-in-the-sp-4

Conversation

@ziplla

@ziplla ziplla commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

Fixes #1423

This change implements the focused fix and regression coverage described in the issue.

Validation: the repository pull-request workflow passed: https://github.com/ziplla/spring-tools/actions/runs/30661641070

@martinlippert

Copy link
Copy Markdown
Member

Thanks a lot @ziplla for contributing this PR, much appreciated. It looks like the implementation keeps the state in memory in a static field, whereas it would be nice if this state would persist between workspace launches, so keeping this state somewhere in the workspace metadata would be great. Interested in making those adjustments here?

Fixes spring-projectsgh-1423

Signed-off-by: Pavel Zaitsev <pzajtsev@yandex.ru>
@ziplla
ziplla force-pushed the fix/gh-1423-remember-the-scope-in-the-sp-4 branch from 80a42dc to 0232088 Compare August 3, 2026 11:39
@martinlippert

martinlippert commented Aug 3, 2026

Copy link
Copy Markdown
Member

It would be something like:

File file = GotoSymbolPlugin.getInstance()
    .getStateLocation()
    .append("dialogSettings.json")
    .toFile();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

remember the scope in the spring symbols dialog

2 participants